home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / network / ka9q / nhclb120.zoo / version.c < prev    next >
C/C++ Source or Header  |  1992-12-09  |  620b  |  21 lines

  1. /* version control information */
  2.  
  3. /* Change only the part after the decimal when making local changes.
  4.  * Prefix is changed only by N3EUA. Persons other than KA9Q making local
  5.  * changes and fixes should append letters to the suffix.
  6.  *  I'm starting my own version numbers for the linux version --clh
  7.  */
  8. /* The version number has been set to 1,20 (dje)
  9.  * This is the source on my SCO partition as of 1/12/92
  10.  * devans@hclb.demon.co.uk
  11.  */
  12.  
  13. #ifdef UNIX
  14. char version[] = "890421.dje.SYSV.1.20 (01-Dec-92) GCC 1.39";
  15. #endif
  16. #ifdef ATARI_ST
  17. char version[] = "890421.dje.ATARI_ST.1.20 (01-Dec-92) GCC 2.1";
  18. #else
  19. #endif
  20.  
  21.